encoding/json.SyntaxError.msg (field)
3 uses
encoding/json (current package)
scanner.go#L46: msg string // description of error
scanner.go#L50: func (e *SyntaxError) Error() string { return e.msg }
stream.go#L59: return &SyntaxError{msg: "not at beginning of value", Offset: dec.InputOffset()}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)